home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Word Services Suite 1.0.4 / WSI Library Source / FindProcess.h < prev    next >
Encoding:
Text File  |  1993-04-12  |  305 b   |  10 lines  |  [TEXT/KAHL]

  1. /* FindProcess.h
  2.  * Interface to routine  to find a process, and get information about it.  From IM IV, p. 29-11
  3.  * 22 Apr 92 Mike Crawford
  4.  */
  5.  
  6. Boolean FindAProcess( OSType signature,
  7.                         ProcessSerialNumber *psnPtr,
  8.                         ProcessInfoRec *pInfoPtr,
  9.                         FSSpecPtr fSpecPtr,
  10.                         StringPtr    procName );